Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 28: Integrating Web Workers

This chapter introduces the use of HTML 5 Web workers. By the time you finish this chapter, you will understand the following key concepts:

● How a Web worker is essentially a JavaScript routine that performs concurrent processing within the background
● How to create and use a Web worker within an HTML page
● How to start, stop, and terminate a Web worker
● Which objects a Web worker can and cannot access

Chapter PowerPoint Presentation


TestWorkerSupport.html
UseWorker.html
FamousQuotes.html